Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/solygambas/html-css-javascript-projects/088-promo code/

index.html /cody/solygambas/html-css-javascript-projects/088-promo code/index.html
373 Views
0 Comments
<!-- Based on Build a CSS Christmas Present that Opens & Closes by Shaun Pelling - The Net Ninja (2020)
see: https://www.youtube
script.js /cody/solygambas/html-css-javascript-projects/088-promo code/script.js
234 Views
0 Comments
const present = document.getElementById("present");
const options = {
colors: [
"#34D963",
"#068C2C",
"#FF5757",

style.css /cody/solygambas/html-css-javascript-projects/088-promo code/style.css
153 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Itim&display=swap");

* {
box-sizing: border-box;
}

body {
background